home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************\
- * Header Files
- \******************************************************************************/
-
- #include "ShutDown.h"
- #include "WindowTkl.h"
-
-
- #pragma segment Main
- /******************************************************************************\
- * ShutDown - Do stuff before we quit
- *
- * ShutDown does all the stuff we need to do before we quit. It closes all open
- * windows.
- \******************************************************************************/
-
- void
- ShutDown ()
- {
- CloseAllWindows ();
- }
-